This code makes Lintian unhappy. But we are really not using it, it only
gets inserted when building the online doc.
Anyways the best way to calm down Lintian is to simply remove it.
The GCC documentation [1] says: “On x86 targets with SSE2 enabled, GCC
supports half-precision (16-bit) floating point via the _Float16 type”.
On non-SSE2 x86 (such as Debian i386 baseline [2]), __FLT16_MAX__ is
defined starting with GCC 14 [3], however any non-trivial use of the
_Float16 type results in an error:
error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
which makes some packages fail to build on i386 architecture [4].
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043225 Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Upstream processes archs from time to time and tends to disable those that
they do not know wether they are working or not.
SH is working on Debian, so as an intermediate measure re enable it here.
Pino Toscano [Sat, 22 Jun 2024 17:55:15 +0000 (19:55 +0200)]
[PATCH] IPC: add PATH_MAX-less fallback definition for MAX_PATH
Define MAX_PATH also when PATH_MAX is not defined (e.g on GNU/Hurd).
MAX_PATH is Windows constant, and it is used in this file only in a
code path for Windows; because of this, the static fallback define
should be good enough.
Change-Id: Ic1b9fee3b62505f86aa8ec89bbd20493bfe1f67c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_IPC-add-PATH_MAX-less-fallback-definition-for-MAX_PA.patch
Pino Toscano [Wed, 23 Oct 2024 17:35:31 +0000 (19:35 +0200)]
qt6-base (6.7.2+dfsg-4) unstable; urgency=medium
* Team upload.
[ Pino Toscano ]
* Backport upstream commit fc3e3d033584c62dfb2f3e3da551a7dbd7c0150d to fix
the build on the Hurd; patch
upstream_QStorageInfo-Unix-fix-declaration-of-mnt-on-Hurd.patch.
* Update the symbols files:
- mark some Linux symbols as such
- mark 64bit symbols as such
- drop ia64 markers, as that architecture was discontinued
[ Patrick Franz ]
* Do not ship the androiddeployqt tool any more and always use
androiddeployqt6 instead. Also, add a symlink for androiddeployqt6
in /usr/bin.